-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/6 fastify plugin #49
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for dashing-meerkat-19c0fa ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
libs/sdk/package.json
Outdated
@@ -17,6 +17,8 @@ | |||
"license": "MIT", | |||
"dependencies": { | |||
"@prici/shared-remult": "workspace:^", | |||
"fastify": "^4.26.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fastify should be a peer + peer meta like nest.js (looks at lines 24-31).
1c0a591
to
caac286
Compare
Update the pnpm lock to pass the tests. |
@davidmeirlevy I wrote unit tests but when I run them (or any other tests) it fails with some jest error and module loader. |
There's no jest in this project. |
OK! That makes sense! because I ran it using the jest extension 😅 |
|
Issue: #6
Added a Fastify plugin to complement the existing Express middleware and NestJS guard.
The plugin:
Usage: